Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Bump to 2.6.1 #279

Closed
Closed

Conversation

jbergstroem
Copy link
Member

This merges the bump from nodejs and fixes an issue with compiling tests.

/cc=@jasnell

jasnell and others added 2 commits February 10, 2016 11:43
Includes parsing improvements to ensure closer HTTP spec conformance

Adaption of nodejs/node@4f4c8ab:

    Author: James M Snell <[email protected]>
    Date:   Wed Feb 3 17:28:48 2016 -0800

    deps: update http-parser to version 2.6.1

    includes parsing improvements to ensure closer HTTP spec conformance

    PR-URL: https://github.com/nodejs/node-private/pull/26
    Reviewed-By: Rod Vagg <[email protected]>
    Reviewed-By: Сковорода Никита Андреевич <[email protected]>
    Reviewed-By: Ben Noordhuis <[email protected]>
@jasnell
Copy link
Member

jasnell commented Feb 10, 2016

LGTM

@jbergstroem
Copy link
Member Author

@indutny
Copy link
Member

indutny commented Feb 10, 2016

LGTM

@jbergstroem
Copy link
Member Author

Feel free to merge if you think its ready!

jasnell added a commit that referenced this pull request Feb 10, 2016
Includes parsing improvements to ensure closer HTTP spec conformance

Adaption of nodejs/node@4f4c8ab:

    Author: James M Snell <[email protected]>
    Date:   Wed Feb 3 17:28:48 2016 -0800

    deps: update http-parser to version 2.6.1

    includes parsing improvements to ensure closer HTTP spec conformance

    PR-URL: nodejs-private/node-private#26
    Reviewed-By: Rod Vagg <[email protected]>
    Reviewed-By: Сковорода Никита Андреевич <[email protected]>
    Reviewed-By: Ben Noordhuis <[email protected]>

PR-URL: #279
Reviewed-By: James M Snell <[email protected]>
jasnell pushed a commit that referenced this pull request Feb 10, 2016
@jasnell
Copy link
Member

jasnell commented Feb 10, 2016

Landed!

* character or %x80-FF
**/
#define IS_HEADER_CHAR(ch) \
(ch == CR || ch == LF || ch == 9 || (ch > 31 && ch != 127))

This comment was marked as off-topic.

This comment was marked as off-topic.

@jasnell
Copy link
Member

jasnell commented Feb 15, 2016

@craig65535 ... the comment had been buried in my github notifications. Actually just saw it a few minutes after opening #283.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants