Files
GCDWebServer/GCDWebServer/Core
Ewan Mellor 04f59a9214 Fix GCDWebServerParseURLEncodedForm to allow empty values.
If the input string is something like foo=&bar= then both foo and bar
should be in the result, with the empty string as their corresponding value.

The [scanner scanUpToString:@"&" ...] call was returning failure, because
it was already positioned at the &.  In this situation, just set value to the
empty string.
2014-04-30 17:08:42 -07:00
..
Fix
2014-04-30 13:06:02 -07:00
Fix
2014-04-19 22:56:45 -03:00