pub const NGHTTP2_ERR_WOULDBLOCK: nghttp2_error = -504;Expand description
Used as a return value from :type:nghttp2_send_callback,
:type:nghttp2_recv_callback and
:type:nghttp2_send_data_callback to indicate that the operation
would block.
pub const NGHTTP2_ERR_WOULDBLOCK: nghttp2_error = -504;Used as a return value from :type:nghttp2_send_callback,
:type:nghttp2_recv_callback and
:type:nghttp2_send_data_callback to indicate that the operation
would block.