Lammert Bies
Lammert Bies
Thanks for your comments. I have removed some unmaintained parts of the sourcetree and updated the documentation where appropriate.
I have uploaded a commit https://github.com/lammertb/libhttp/commit/d35e71f270875742dc106319732cad01f8dbc74e which should solve this problem. Can you please test if this is the case with your compiler?
Thanks for testing. It seems more modern versions of gcc default to C++ style prototype checking which is more strict than the C style checking. I changed to code to...
If the system started successfully, an array of pthread_t structures with info for each individual thread is available in the structure to which a pointer is returned after the call...
Thanks for your question which is very good one. Some time ago I was in need for an embedded HTTP server for my main product which is written in C....
I am in the process of merging in one of my existing IPv6 libraries which I used for properiatary projects. and relicense it to MIT This library allows for conversions...
How would you close it?
Fixed now
Thanks for bringing this issue up. The script was already present before this library was forked. I have removed as it has no added value in the current environment. Linked...
Seems like a bug TBH. The bytes should at least be aligned, not with a gap of one byte in between.