Uploaded image for project: 'RESTEasy'
  1. RESTEasy
  2. RESTEASY-1090

RestEasy-Netty4: Empty non streaming responses hanging

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.0.9.Final
    • 3.0.8.Final
    • jaxrs
    • None

      When making Http requests the response is hanging when the same thread that processed the last one is used. It seems that the wrong type of Netty response object is being returned. A non streaming request currently returns a DefaultHttpResponse object when we actually require a DefaultFullHttpResponse.

      Pull request to follow shortly. (Now linked to ticket)

      To replicate:

      • Make two requests to the same endpoint on any resteasy powered application.
      • The response must have a 0 length entity body. (A 204 no content or an empty 200 OK will suffice.)

      or

      • Run the unit tests in the resteasy project

            patriot1burke@gmail.com Bill Burke (Inactive)
            patdunne Patrick Dunne (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: