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)
|
||||
#endif // !HAVE__EXIT
|
||||
|
||||
#define DIE() \
|
||||
assert(0);
|
||||
#define DIE() exit(EXIT_FAILURE)
|
||||
|
||||
#define SHRPX_READ_WATERMARK (16 * 1024)
|
||||
|
||||
|
|
Loading…
Reference in New Issue