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

Fix the typedefs in http_parser under MSVC 2015 #57

Closed
wants to merge 1 commit into from

Conversation

Orvid
Copy link
Contributor

@Orvid Orvid commented Aug 12, 2015

The only one of these definitions that's actually needed is ssize_t, because MSVC defines it in an odd place with a different name.

The only one of these definitions that's actually needed is `ssize_t`, because MSVC defines it in an odd place with a different name.
@bugok
Copy link
Contributor

bugok commented Aug 17, 2015

@Orvid: if we will apply the current implementation in the upstream (https://github.com/joyent/http-parser/blob/master/http_parser.h#L32) - would that work for you?

@Orvid
Copy link
Contributor Author

Orvid commented Aug 17, 2015

Yep, that should work.

@Orvid
Copy link
Contributor Author

Orvid commented Nov 11, 2015

The upstream was applied, so this isn't needed anymore.

@Orvid Orvid closed this Nov 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants