This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 160
Long url problem #131
Comments
I changed the checking and parsing order in s_uri case in htparser_run like below and the problem seemed gone. Is it safe to do this ?
|
I think this is related to #128, and here are two test cases that triggers this (thanks to @MarsChan8293)
I made a patch at #132 and it seemed ok. But I am not sure whether this patch introduces new problems or not. Please have a look. Thank you very much. |
@mawenbao Is this same with my issue? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, thank you for this great library. However I found that if http url is separated in two tcp packets, there will be one invalid character in the parsed url variable.
The text was updated successfully, but these errors were encountered: