]> sourceware.org Git - systemtap.git/commit
PR13608: add --max-request-size ## option for server
authorAbegail Jakop <ajakop@redhat.com>
Thu, 25 Feb 2016 20:28:33 +0000 (15:28 -0500)
committerAbegail Jakop <ajakop@redhat.com>
Tue, 15 Mar 2016 20:40:58 +0000 (16:40 -0400)
commited4873c2fb29b090b652192a61558dd50793157a
treea2c87c6a4d3cdee8173edea8a25604a2208e6b67
parenta3ff980023788769cc229de5d7aa75642b361281
PR13608: add --max-request-size ## option for server

Add an option in the stap server to set the max (uncompressed)
request size in bytesreceived from the client. If it's not set,
the default max request size is 50KB. Then the max compressed
request size is set to be 10% of the max uncompressed size, making
the default 5KB.
stap-server
stap-serverd.cxx
This page took 0.028741 seconds and 5 git commands to generate.