mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
7b077194cc
It is useful to know why you callback called with NULL (i.e. it failed), for example if you set max_body with evhttp_connection_set_max_body_size() you must know that it failed because of body was longer than this size. (Commit message tweaked by Nick)