Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch redirect tests to httpbingo.org #2090

Merged
merged 1 commit into from
Mar 6, 2025

Conversation

falbrechtskirchinger
Copy link
Contributor

Redirect tests fail using httpbin.org or nghttp2.org/httpbin. The location header value contains a string representation of a Python byte string (e.g., b'http://www.google.com/'), which results in a 404 error.

Note: httpbingo.org allows only a few destination URLs for the redirect, hence the change to example.com.

Related: #538

@yhirose
Copy link
Owner

yhirose commented Mar 5, 2025

@falbrechtskirchinger thanks for taking care of this, too as well as #2089! It looks like some checks still fail. Did you figure out why?

@falbrechtskirchinger
Copy link
Contributor Author

falbrechtskirchinger commented Mar 6, 2025

@yhirose Checks are passing now. 😃

Edit: I noticed a compiler warning I'd like to fix.
Edit 2: Done.

@falbrechtskirchinger falbrechtskirchinger marked this pull request as draft March 6, 2025 14:26
Redirect tests fail using httpbin.org or nghttp2.org/httpbin. The
location header value contains a string representation of a Python byte
string (e.g., b'http://www.google.com/'), which results in a 404 error.
@falbrechtskirchinger falbrechtskirchinger marked this pull request as ready for review March 6, 2025 15:17
@yhirose yhirose merged commit f2928d7 into yhirose:master Mar 6, 2025
6 of 7 checks passed
@yhirose
Copy link
Owner

yhirose commented Mar 6, 2025

@falbrechtskirchinger thanks a lot for the great job!

@falbrechtskirchinger falbrechtskirchinger deleted the fix-httpbin-redirects branch March 6, 2025 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants