You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Murtadha Hubail (JIRA)" <ji...@apache.org> on 2018/11/05 18:30:00 UTC

[jira] [Created] (ASTERIXDB-2475) Unsupported Http Pipelined Requests Are Accepted

Murtadha Hubail created ASTERIXDB-2475:
------------------------------------------

             Summary: Unsupported Http Pipelined Requests Are Accepted
                 Key: ASTERIXDB-2475
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2475
             Project: Apache AsterixDB
          Issue Type: Bug
          Components: OTH - Other
    Affects Versions: 0.9.4
            Reporter: Murtadha Hubail
            Assignee: Murtadha Hubail
             Fix For: 0.9.5


Our http server doesn't properly handle pipelined http request (i.e. sending multiple requests on the same connections before receiving any responses). However, those requests are currently accepted and this could lead to sending corrupted responses. We should reject pipelined requests with proper error message and close the client connection to avoid reading responses in a wrong order.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)