nghttpx: Remove unused
This commit is contained in:
parent
ad265aa9d0
commit
7582640fd5
|
@ -44,6 +44,4 @@
|
||||||
|
|
||||||
#define DIE() exit(EXIT_FAILURE)
|
#define DIE() exit(EXIT_FAILURE)
|
||||||
|
|
||||||
#define SHRPX_READ_WATERMARK (16 * 1024)
|
|
||||||
|
|
||||||
#endif // SHRPX_H
|
#endif // SHRPX_H
|
||||||
|
|
|
@ -168,8 +168,6 @@ public:
|
||||||
CONNECT_FAILING,
|
CONNECT_FAILING,
|
||||||
};
|
};
|
||||||
|
|
||||||
static const size_t OUTBUF_MAX_THRES = 64 * 1024;
|
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
// Connection checking is not required
|
// Connection checking is not required
|
||||||
CONNECTION_CHECK_NONE,
|
CONNECTION_CHECK_NONE,
|
||||||
|
|
Loading…
Reference in New Issue