Skip Menu |

This queue is for tickets about the HTTP-Response-Parser CPAN distribution.

Report information
The Basics
Id: 60301
Status: new
Priority: 0/
Queue: HTTP-Response-Parser

People
Owner: Nobody in particular
Requestors: james2vegas [...] aim.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: C code unnecessarily requires a C99 compiler
In the parse_int function in picohttpparser/picohttpparser.c, the line 'int v = 0' comes after code instead of at the beginning of the function, thus requring a C99-compliant compiler.  Moving the line to before CHECK_EOF() makes it compile on older compilers.