You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2017. It is now read-only.
I can also reproduce this with the included example client.
$ printf 'HTTP/1.0 301 Moved Permanently\r\nLocation: http://localhost:8080/foo\r\n\r\n' | nc -l -p 8001 &
$ ./build/examples/client/client
Yay! Started to get the response.
Status: 301 Moved Permanently
Headers:
- Location: http://localhost/foo
Response:
Steps to reproduce:
Servo sees a
header.header_value()
ofhttp://localhost/foo
which is not what the server sent.The text was updated successfully, but these errors were encountered: