HttpParsingHandler.badMessage

Called to signal that a bad HTTP message has been received.

@param failure the failure with the bad message information

  1. void badMessage(BadMessageException failure)
    interface HttpParsingHandler
    void
    badMessage
    (
    BadMessageException failure
    )
  2. void badMessage(int status, string reason)

Meta