]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ak/instaweb-python-port-binding-fix'
authorJunio C Hamano <gitster@pobox.com>
Thu, 23 Jan 2025 23:07:02 +0000 (15:07 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Jan 2025 23:07:02 +0000 (15:07 -0800)
commit294673a17e818d8a29c8d23b0922855734e1925d
treeca85108c4067818fc213ae10c7bc03335f66fbff
parentaa31820d9da83cecfb028c76327d74694e3fc11f
parent76baf97fa13c4109c335180b121140c8ba1bf97b
Merge branch 'ak/instaweb-python-port-binding-fix'

The "instaweb" bound only to local IP address without "--local" and
to all addresses with "--local", which was the other way around, when
using Python's http.server class, which has been corrected.

* ak/instaweb-python-port-binding-fix:
  instaweb: fix ip binding for the python http.server