diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2021-05-04 16:11:34 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2021-05-04 16:11:34 +0200 |
commit | 8a0a32cea154c8082ecfb9e7e62a326ab17ce8b5 (patch) | |
tree | edd857b0b7a2001700a61a9142048bc14145a682 /src/rest.h | |
parent | 927d42bdf8d84501e2a0011e8d12dbe635ecefdd (diff) |
#580 remove old keepalive code
Needed by the old socket Hydra that does not exist anymore
Diffstat (limited to 'src/rest.h')
-rw-r--r-- | src/rest.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -48,7 +48,6 @@ struct og_client { char buf[OG_MSG_REQUEST_MAXLEN]; unsigned int buf_len; unsigned int msg_len; - int keepalive_idx; bool rest; bool agent; int content_length; |