1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib/roles/http
Andy Green 5cdc9c114d http_proxy: report failed http code
Improve how we report what happened with http_proxy... if
we can't recognize the response as http/1.0 or http/1.1
do a CCE with "http_proxy fail", or if we did get valid h1
response but no 200 response code, do a CCE with
"http_proxy -> xxx" where xxx is the decimal representation
of the response code, eg, "http_proxy -> 407"
2021-03-26 08:20:10 +00:00
..
client http_proxy: report failed http code 2021-03-26 08:20:10 +00:00
compression sai: xenial 2021-02-28 19:05:25 +00:00
server lws_metrics 2021-03-08 21:47:28 +00:00
CMakeLists.txt http: add RFC7231 date and time helpers and retry-after handling 2020-09-19 14:11:56 +01:00
date.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
header.c lws_metrics 2021-03-08 21:47:28 +00:00
lextable-strings.h http: x-amn-dss-signature header 2021-02-17 11:39:15 +00:00
lextable.h http: x-amn-dss-signature header 2021-02-17 11:39:15 +00:00
minilex.c h2: mark :protocol as an h2 psuedoheader 2020-09-20 09:17:09 +01:00
parsers.c lws_metrics 2021-03-08 21:47:28 +00:00
private-lib-roles-http.h lws_metrics 2021-03-08 21:47:28 +00:00