1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/roles/http
Andy Green 62e566b9de client: move staged connect pieces into core-net
They have been in lib/roles/http for historical reasons, and all
ended up in client-handshake.c that doesn't describe what they
actually do any more.  Separate out the staged client connect
related stage functions into

  lib/core-net/client/client2.c: lws_client_connect_2_dnsreq()
  lib/core-net/client/client3.c: lws_client_connect_3_connect()
  lib/core-net/client/client4.c: lws_client_connect_4_established()

Move a couple of other functions from there that don't belong out to
tls-client.c and client-http.c, which is related to http and remains
in the http role dir.
2020-09-21 12:47:11 +01:00
..
client client: move staged connect pieces into core-net 2020-09-21 12:47:11 +01:00
compression cleaning 2020-01-05 22:17:58 +00:00
server smp: lws_mutex_refcount: add assert held helper 2020-08-31 16:51:37 +01:00
CMakeLists.txt http: add RFC7231 date and time helpers and retry-after handling 2020-09-19 14:11:56 +01:00
date.c http: add RFC7231 date and time helpers and retry-after handling 2020-09-19 14:11:56 +01:00
header.c ss: rx metadata 2020-09-16 13:10:26 +01:00
lextable-strings.h http: add cmake option for header reduction defeat 2020-04-23 17:08:57 +01:00
lextable.h http: add cmake option for header reduction defeat 2020-04-23 17:08:57 +01:00
minilex.c h2: mark :protocol as an h2 psuedoheader 2020-09-20 09:17:09 +01:00
parsers.c fakewsi: replace with smaller substructure 2020-07-20 06:28:52 +01:00
private-lib-roles-http.h http: add RFC7231 date and time helpers and retry-after handling 2020-09-19 14:11:56 +01:00