libhttpserver icon indicating copy to clipboard operation
libhttpserver copied to clipboard

C++ library for creating an embedded Rest HTTP server (and more)

Results 55 libhttpserver issues
Sort by recently updated
recently updated
newest added

Closes #340. ### Description of the Change Fixes the test for `have_gnutls` in `configure.ac` ; even though the GnuTLS is correctly detected, the `-DHAVE_GNUTLS` is not added to `CFLAGS` as...

### Prerequisites * [x] Put an X between the brackets on this line if you have checked that your issue isn't already filed: https://github.com/search?l=&q=repo%3Aetr%2Flibhttpserver&type=Issues ### Description `-DHAVE_GNUTLS` is not defined...

bug

### Identify the Bug https://github.com/etr/libhttpserver/issues/346 ### Description of the Change TCP_FASTOPEN should be enabled based on the Linux kernel version. The current implementation is incorrectly evaluating some kernel versions and...

### Description TCP_FASTOPEN fails to be enabled on supported kernels such as 6.1 and 6.6. ### Steps to Reproduce 1. Check your current kernel a) Use a real kernel such...

bug

This PR updates the deprecated `actions/cache` from v2 to v4 to fix the failing GitHub Actions workflow. It also updates `actions/checkout` from v2 to v4.