This website works better with JavaScript.
Explore
Help
Register
Sign In
haiwan
/
http-parser
Watch
1
Star
0
Fork
You've already forked http-parser
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Remove stddef include, it's included in http_parser.c
Browse Source
event_stream
Ryan Dahl
15 years ago
parent
69cf8d8da9
commit
6f72c780f0
1 changed files
with
0 additions
and
3 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
3
http_parser.h
Unescape
Escape
View File
@ -25,9 +25,6 @@ extern "C" {
#
endif
#
ifdef _MSC_VER
#
include <stddef.h>
#
endif
#
include
<sys/types.h>
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
haiwan/http-parser
Title
Body
Create Issue