yhirose
|
e022b8b80b
Refactoring to make it ready for KeepAlive connection on Client
|
5 years ago |
yhirose
|
34282c79a9
Changd thread count in ClientStop
|
5 years ago |
yhirose
|
f80b6bd980
Added Endpoint structure in Client
|
5 years ago |
yhirose
|
5af7222217
Fixed Client::stop problem with more than one requests on threads
|
5 years ago |
yhirose
|
24bdb736f0
Fix #506
|
5 years ago |
yhirose
|
3eaa769a2d
Fix #481, #483, #487
|
5 years ago |
yhirose
|
630f3465a9
Deprecated `set_timeout_sec`, added `set_connection_timeout`.
|
5 years ago |
yhirose
|
29fd136afd
Code cleanup and format
|
5 years ago |
Daniel Ottiger
|
01058659ab
make write timeout configurable (like the read timeout already is) (#477)
|
5 years ago |
yhirose
|
25aa3ca982
Added std::ostream os in DataSink.
|
5 years ago |
yhirose
|
2d67211183
Added more unit tests for the simple interface
|
5 years ago |
yhirose
|
63a96aeb20
Improved Client2 interface
|
5 years ago |
yhirose
|
2d4b42b70b
Removed url
|
5 years ago |
yhirose
|
1919d08f71
Added Client2
|
5 years ago |
yhirose
|
2c0613f211
Fix #472
|
5 years ago |
yhirose
|
58909f5917
Fix #466
|
5 years ago |
yhirose
|
eb1fe5b191
Fixed warnings
|
5 years ago |
yhirose
|
5e01587ed6
Fixed problem created in the previous commit
|
5 years ago |
yhirose
|
5935d9fa59
Commented out the unit test for digest auth.
|
5 years ago |
Daniel Ottiger
|
d043b18097
keepalive: support multiple post using content provider (#461)
|
5 years ago |
yhirose
|
cf386f97fd
Merge branch 'master' of https://github.com/yhirose/cpp-httplib
|
5 years ago |
Daniel Ottiger
|
b2203bb05a
server: support dual-stack server socket (#450)
|
5 years ago |
yhirose
|
f5b806d995
Added a test case for #396.
|
5 years ago |
yhirose
|
3895210f19
Code format
|
5 years ago |
Matthew DeVore
|
ed1b6afa10
Fix crash caused by header field regex complexity (#457)
|
5 years ago |
yhirose
|
a2e4af54b7
Fix #399
|
5 years ago |
yhirose
|
d0b123be26
Support remote_addr and remote_port REMOTE_PORT header in client Request (#433)
|
5 years ago |
Matthew DeVore
|
df138366e4
Fail to read a chunk if its length is >= ULONG_MAX (#444)
|
5 years ago |
Matthew DeVore
|
c49441ae64
Do not throw exceptions when parsing request chunks (#441)
|
5 years ago |
yhirose
|
e1506fa186
Code cleanup
|
5 years ago |