nghttpx: Use exit instead of abort for DIE macro
This commit is contained in:
parent
58254adb11
commit
80b361dbb0
|
@ -48,8 +48,7 @@
|
||||||
#define _Exit(status) _exit(status)
|
#define _Exit(status) _exit(status)
|
||||||
#endif // !HAVE__EXIT
|
#endif // !HAVE__EXIT
|
||||||
|
|
||||||
#define DIE() \
|
#define DIE() exit(EXIT_FAILURE)
|
||||||
assert(0);
|
|
||||||
|
|
||||||
#define SHRPX_READ_WATERMARK (16 * 1024)
|
#define SHRPX_READ_WATERMARK (16 * 1024)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue