Skip to content

[FIX] fix crlf to split response headers correctly#13

Open
leesnhyun wants to merge 1 commit intojonnyreeves:masterfrom
leesnhyun:fix/crlf
Open

[FIX] fix crlf to split response headers correctly#13
leesnhyun wants to merge 1 commit intojonnyreeves:masterfrom
leesnhyun:fix/crlf

Conversation

@leesnhyun
Copy link
Copy Markdown

@leesnhyun leesnhyun commented Aug 21, 2020

OS : Windows 10, IE 11 (v 11.450.190410.0)

Sometimes CRLF of response header string is only '\n' at old browser (in my case, IE11).

To prevent unhandled exception, add some defense code by changing from "\r\n" to /\r|\n|\r\n/ .

@jonnyreeves
Copy link
Copy Markdown
Owner

Thanks for raising a fix for this @leesnhyun, I haven't touched this project for a long time but it does appear to have some unit tests, can you please confirm they are still passing and consider adding a new one to cover this regex? Thanks!

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