zerohttpd icon indicating copy to clipboard operation
zerohttpd copied to clipboard

A simple HTTP server written from scratch as a teaching tool to teach Unix network program architectures

Results 4 zerohttpd issues
Sort by recently updated
recently updated
newest added

Just bringing to your attention there are some bugs in certain places in your code, specifically in and around the handle_new_guest_remarks function: ```c void handle_new_guest_remarks(int client_socket) { char remarks[1024]=""; char...

Hi @shuveb Thanks for creating this wonderful project, I've enjoyed reading and looking at the source code of the set of avalaible implentations created to handling tcp request in linux....

gcc -o iterative 01_iterative/main.c 01_iterative/main.c: In function ‘redis_list_get_range’: 01_iterative/main.c:252:5: error: ‘for’ loop initial declarations are only allowed in C99 mode for (int i = 0; i < returned_items; i++) {...

I would expect Linux kernel version, some network/threading/swap kernel parameters to see if the benchmark is still modern. Did you use 2.6.0 or 5.10?