Skip to content

Tags: hposton/libhttpserver

Tags

v1.0

Toggle v1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
A bunch of generalized code cleanup. (etr#322)

* Replace static_cast<T>(-1) with std::numeric_limits<T>::max().

* Move setting of http_request::cache out of the contructors.

* Remove all uses of this->

* Cleanup some extra ().

* Use the calling signiture for uri_log as defined by the docs: https://www.gnu.org/software/libmicrohttpd/manual/html_node/microhttpd_002dconst.html#index-logging

* Revert setters.

v1

Toggle v1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
A bunch of generalized code cleanup. (etr#322)

* Replace static_cast<T>(-1) with std::numeric_limits<T>::max().

* Move setting of http_request::cache out of the contructors.

* Remove all uses of this->

* Cleanup some extra ().

* Use the calling signiture for uri_log as defined by the docs: https://www.gnu.org/software/libmicrohttpd/manual/html_node/microhttpd_002dconst.html#index-logging

* Revert setters.