cerver icon indicating copy to clipboard operation
cerver copied to clipboard

A Seriously Simple HTTPS Server

Results 3 cerver issues
Sort by recently updated
recently updated
newest added

https://github.com/roecrew/cerver/blob/2bee9b0ca1fbe67bd82500c07e61d8db8a7cdaf4/main.c#L214 Your code assumes a client did not request a connection to be closed, as it always sends keep-alive headers.

https://github.com/roecrew/cerver/blob/2bee9b0ca1fbe67bd82500c07e61d8db8a7cdaf4/main.c#L325 It works because its a GCC extension, it is very much illegal.

For to avoid infinite loop, need to break condition.