diff options
| author | Stefan Boberg <[email protected]> | 2021-09-12 13:46:57 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-12 13:46:57 +0200 |
| commit | fa1f144a4eb7d201ef84b8d369d40f26fc73dff6 (patch) | |
| tree | 39869d2f690bd91734ea6eed76e777caf3aa01a4 /zenhttp/httpserver.cpp | |
| parent | clang-format fixes (diff) | |
| download | zen-fa1f144a4eb7d201ef84b8d369d40f26fc73dff6.tar.xz zen-fa1f144a4eb7d201ef84b8d369d40f26fc73dff6.zip | |
Eliminated HttpServerException and related classes
Diffstat (limited to 'zenhttp/httpserver.cpp')
| -rw-r--r-- | zenhttp/httpserver.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/zenhttp/httpserver.cpp b/zenhttp/httpserver.cpp index e9baf2e49..75678d433 100644 --- a/zenhttp/httpserver.cpp +++ b/zenhttp/httpserver.cpp @@ -266,14 +266,6 @@ HttpServerRequest::ReadPayloadPackage() ////////////////////////////////////////////////////////////////////////// -const char* -HttpServerException::what() const -{ - return m_What.c_str(); -} - -////////////////////////////////////////////////////////////////////////// - void HttpRequestRouter::AddPattern(const char* Id, const char* Regex) { |