Skip to content

Fixed multi-language support URL#248

Closed
larryhq wants to merge 2 commits intoaio-libs:masterfrom
larryhq:master
Closed

Fixed multi-language support URL#248
larryhq wants to merge 2 commits intoaio-libs:masterfrom
larryhq:master

Conversation

@larryhq
Copy link
Copy Markdown

@larryhq larryhq commented Jan 16, 2015

In aiohttp0.14.1, when the URL in Chinese characters, will be reported 404 errors when accessing. Such modifications do then you can solve this problem

In aiohttp0.14.1, when the URL in Chinese characters, will be reported
404 errors when accessing.
In aiohttp0.14.1, when the URL in Chinese characters, will be reported
404 errors when accessing.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't here be utf-8 instead of latin-1? Since you turns all multilang chars here into garbage.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fafhrd91 used utf-8 in decoding response headers for client (266b386)
Maybe we need to make modifications in parser, not in wsgi?

@fafhrd91
Copy link
Copy Markdown
Member

Right now, I am -1 for that change. I need failing test case that this change fixes

@fafhrd91
Copy link
Copy Markdown
Member

@asvetlov do you think it is possible to extract multilanguage test cases from pyramid?

@asvetlov
Copy link
Copy Markdown
Member

@fafhrd91 sure.

@lock
Copy link
Copy Markdown

lock bot commented Oct 29, 2019

This thread has been automatically locked since there has not been
any recent activity after it was closed. Please open a new issue for
related bugs.

If you feel like there's important points made in this discussion,
please include those exceprts into that new issue.

@lock lock bot added the outdated label Oct 29, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants