[Webkit-unassigned] [Bug 187240] update-webkitgtk-flatpak fails if running with python2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 2 01:07:34 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=187240

--- Comment #2 from Fujii Hironori <Hironori.Fujii at sony.com> ---
I tested with listening http://localhost:10003 .
urllib.urlretrieve sends an invalid request.

Python 2.7 urllib.urlretrieve

> GET http://localhost:10003 HTTP/1.0
> Host: localhost:10003
> User-Agent: Python-urllib/1.17
> Accept: */*

Python 3 urllib.request.urlretrieve

> GET / HTTP/1.1
> Accept-Encoding: identity
> Host: localhost:10003
> User-Agent: Python-urllib/3.6
> Connection: close

Python 2.7 urllib2.urlopen

> GET / HTTP/1.1
> Accept-Encoding: identity
> Host: localhost:10003
> Connection: close
> User-Agent: Python-urllib/2.7

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180702/a9e16e38/attachment-0001.html>


More information about the webkit-unassigned mailing list