mirror of
https://github.com/lammertb/libhttp.git
synced 2025-04-27 00:28:51 +03:00
The API had an inconsistant usage of `const mg_connection *` and `mg_connection *`, that may cause warnings (e.g., #109). Now all non-const `mg_connection *` is only required to read/write the connection.