diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-03-11 14:07:13 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-03-11 14:07:13 -0500 |
commit | ba34d24d942e186d993732d7a19b5a32544845b3 (patch) | |
tree | 3cb565a6ae621e66b1529d0b7b501d22db9a0be8 /main.h | |
parent | 28887d5145e41c9e073c7c6e6990c4e218e05628 (diff) |
fix lockups
Diffstat (limited to 'main.h')
-rw-r--r-- | main.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ #endif extern volatile sig_atomic_t running; +extern int httpsock; struct frame { ssize_t len; |