mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2026-04-12 19:58:29 +00:00
When using the split version of httplib.h the templated implementation of e.g. Client::set_connection_timeout ends up in httplib.cc and therefore results in a linker error since the needed template specialization has not been instantiated. Fix this by moving the implementation of template methods into the part that ends up in httplib.h after the split. Fixes #1008.
245 KiB
245 KiB