Draft of the Set-Cookie header parser

This commit is contained in:
2025-11-22 22:31:29 +01:00
parent 4ca5b67d8e
commit fe1c0d5b86
2 changed files with 288 additions and 1 deletions
+1 -1
View File
@@ -526,8 +526,8 @@ int socket_manager_wakeup(SocketManager *sm);
typedef struct {
void **ptrs;
struct pollfd *polled;
int num_polled;
int max_polled;
int num_polled;
} EventRegister;
// Resets the event register with the list of descriptors