Skip to content

Releases: TheBeef/BittyHTTP

Fix to WS_Shutdown() function

02 Jan 23:53
Compare
Choose a tag to compare

The shutdown function didn't do anything. This wasn't a problem as long as you quit your program after, but if you shutdown and then wanted to restart it had a problem. The old sockets where still open and binded. This has been fixed

Fixed similar POST vars not processing

31 May 16:12
Compare
Choose a tag to compare

When 2 (or more) POST vars starts with the same chars (Ie "Login" and "LoginPassword") the parser was not picking up the second one and messes up other POST vars that follow it. This has been fixed

Better BSD sockets example

19 Aug 14:29
Compare
Choose a tag to compare

Updated example BSD sockets to ignore SIGPIPE

New C String Functions

29 Oct 15:06
Compare
Choose a tag to compare

Added WS_WriteWholeStr() function
A new version of WS_WriteWhole() has been added that works with C strings instead of known buffer sizes

Added WS_WriteChunkStr() function
A new version of WS_WriteChunk() has been added that works with C strings instead of known buffer sizes