This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
socket: fixes around camblet_get/setsockopt and recvmsg waiting and o…
…ther things (#209) * socket: save and restore original tcp_getsocktopts * setsockopt memory corruption fix * remove unused variable * add sockopt.c test program * fix close and connect errors * add missing proto for tests * file-server: add logger middleware * add some logs to sockopt * introduce manual_mode and add ALPN fix * fix socket read CPU hog and add signal check * socokopt.c updates * extend sockopt and file-server with server_name check * fix waits * add sockopt test case * smoke test is not only proxy-wasm anymore * test getsockopt * change base workflow name * sockopt: add proper error handling for all situations * rename user facing type * wait for data after all flushes * address comments * Update test/sockopt.c Co-authored-by: Balint Molnar <[email protected]> --------- Co-authored-by: Balint Molnar <[email protected]>
- Loading branch information