Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
pike
pike
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 105
    • Issues 105
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • pikelang
  • pikepike
  • Issues
  • #8234

Closed
Open
Opened Dec 12, 2019 by Peter Bortas@zinoOwner

Make Pike compatible with chunked transfer encoding

Imported from https://youtrack.roxen.com/issue/PIKE-234

Reported by Eduardo Rodes Pastor erodes@roxen.com

At the moment, Pike does not allow chunked encoding. The current workaround is adding this line to HTTP.Protocols.Server.Request.pike:568:

radd("Transfer-Encoding: ", m->transfer_encoding);

This must be approved (or changed) and pushed to the Pike source code, since the new IDS proxy version does not work without it.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: pikelang/pike#8234