Ticket #589 (closed enhancement: fixed)

Opened 15 months ago

Last modified 15 months ago

HTTPServer - change maximum request content length

Reported by: mdickey Owned by: mdickey
Priority: minor Milestone: Pion 2.1.2
Component: Network Library Version:
Keywords: Cc:

Description (last modified by mdickey) (diff)

Currently this is set in HTTPParser to a maximum size of 1MB. HTTPParser has a method to change it, but it is not accessible when using HTTPServer.

Add method to HTTPServer to support changing the maximum request content length.

Attachments

max_content_length.patch (3.9 KB) - added by mdickey 15 months ago.
Adds support for HTTPServer::setMaxContentLength()

Change History

Changed 15 months ago by mdickey

Adds support for HTTPServer::setMaxContentLength()

Changed 15 months ago by mdickey

  • status changed from new to closed
  • resolution set to fixed
  • description modified (diff)

Checked patch into trunk (r626, for 2.1.x release). Note that patch file works for both trunk and 2.0.x branch.

Note: See TracTickets for help on using tickets.