bama4 / simple-http-server

A simple lightweight HTTP server in C
0 stars 0 forks source link

Implement queue #16

Closed bama4 closed 3 years ago

bama4 commented 3 years ago

Description Adds a queue implementation that uses a linked list.

Testing

mkdir build
cd build && cmake -DTEST=ON ../
make
cmake test

For verbose output ./bin/utils_tests