X Tutup
Skip to content

Certain HTTP response headers are returned on the following request instead of the one they corespond to. #2232

@ILOVEPIE

Description

@ILOVEPIE

Certain HTTP response headers are not returned correctly when performing http requests in sequence. Specifically, the "Set-Cookie" header will copy the previous request's correct header value

Version: 2015.08.12
Issue with: All HTTP requests that depend upon the HTTP global function

Example:

Request 1 Server Response:

Set-Cookie: foo=13

Request 1's returned Set-Cookie header: foo=13

Request 2 Server Response:

Set-Cookie: barr=42

Request 2's returned Set-Cookie header: foo=13

Request 3 Server Response:

Set-Cookie: tazz=bizz

Request 3's returned Set-Cookie header: barr=42

Request 4 Server Response:

Set-Cookie: blam=slam

Request 4's returned Set-Cookie header: tazz=bizz

etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup