Rename HttpConnection to HttpSession; refine error messages.

This commit is contained in:
Chunting Gu
2018-09-10 10:31:41 +08:00
parent 3cab68cf33
commit 87ead87527
21 changed files with 122 additions and 124 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ set(HEADERS
globals.h
http_async_client.h
http_client.h
http_connection.h
http_session.h
http_message.h
http_parser.h
http_request.h
@@ -37,7 +37,7 @@ set(SOURCES
globals.cc
http_async_client.cc
http_client.cc
http_connection.cc
http_session.cc
http_message.cc
http_parser.cc
http_request.cc