Home
last modified time | relevance | path

Searched refs:max_body (Results 1 – 25 of 25) sorted by relevance

/dports/net-p2p/bazarr/bazarr-1.0.2/libs/waitress/
H A Dparser.py155 max_body = self.adj.max_request_body_size
159 if self.content_length >= max_body:
161 "exceeds max_body of %s" % max_body
176 max_body = self.adj.max_request_body_size
178 if self.body_bytes_received >= max_body:
180 self.error = RequestEntityTooLarge("exceeds max_body of %s" % max_body)
/dports/www/py-waitress/waitress-2.0.0/src/waitress/
H A Dparser.py155 max_body = self.adj.max_request_body_size
159 if self.content_length >= max_body:
161 "exceeds max_body of %s" % max_body
176 max_body = self.adj.max_request_body_size
178 if self.body_bytes_received >= max_body:
180 self.error = RequestEntityTooLarge("exceeds max_body of %s" % max_body)
/dports/security/lego/lego-4.5.3/vendor/github.com/akamai/AkamaiOPEN-edgegrid-golang/testdata/
H A Dsample_edgerc6 max_body = 131072
12 max_body = 131072
H A Dedgerc_that_doesnt_parse4 max_body = 131072
H A Dnodefault_edgerc6 max_body = 131072
/dports/www/py-falcon/falcon-2.0.0/tests/
H A Dtest_example.py128 def max_body(limit): function
175 @falcon.before(max_body(64 * 1024))
/dports/www/p5-libapreq2/libapreq2-2.16/glue/perl/lib/Apache2/
H A DRequest.pm10 max_body => "read_limit",
/dports/www/libapreq2/libapreq2-2.13/glue/perl/lib/Apache2/
H A DRequest.pm10 max_body => "read_limit",
/dports/devel/pkgconf/pkgconf-1.8.0/tests/
H A Dversion.sh30 max_body() function
/dports/www/erlang-hackney/hackney-1.8.6/include/
H A Dhackney.hrl32 max_body,
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/openflow/model/
H A Dopenflow-interface.cc32 size_t min_body = 0, max_body = 0; in Stats() local
39 min_body = max_body = sizeof(ofp_flow_stats_request); in Stats()
42 min_body = max_body = sizeof(ofp_aggregate_stats_request); in Stats()
48max_body = std::numeric_limits<size_t>::max (); // Not sure about this one. This would guarantee t… in Stats()
57 if ((min_body != 0 || max_body != 0) && (body_len < min_body || body_len > max_body)) in Stats()
/dports/textproc/tttcmds/tttcmds-1.0.20190920/tests/bin/retu_select_max/
H A Dtest.atf-sh34 max_body() {
/dports/devel/aws-c-http/aws-c-http-0.6.8/source/
H A Dh2_frames.c372 size_t max_body; in aws_h2_encode_data_frame() local
373 if (aws_sub_size_checked(max_payload, payload_overhead, &max_body) || max_body == 0) { in aws_h2_encode_data_frame()
379 … aws_byte_buf_from_empty_array(output->buffer + output->len + bytes_preceding_body, max_body); in aws_h2_encode_data_frame()
/dports/www/erlang-hackney/hackney-1.8.6/src/
H A Dhackney_connect.erl66 MaxBody = proplists:get_value(max_body, Options),
86 max_body=MaxBody,
H A Dhackney.erl951 Reply = case State#client.max_body of
991 parse_options([{max_body, MaxBody} | Rest], State) ->
992 parse_options(Rest, State#client{max_body=MaxBody});
/dports/www/py-falcon/falcon-2.0.0/docs/user/
H A Dquickstart.rst212 def max_body(limit):
262 @falcon.before(max_body(64 * 1024))
/dports/sysutils/py-salt/salt-3004.1/salt/utils/
H A Dhttp.py523 max_body = opts.get(
613 HTTPClient(max_body_size=max_body)
/dports/www/py-falcon/falcon-2.0.0/
H A DREADME.rst544 def max_body(limit):
594 @falcon.before(max_body(64 * 1024))
H A DPKG-INFO511 def max_body(limit):
561 @falcon.before(max_body(64 * 1024))
/dports/www/py-falcon/falcon-2.0.0/falcon.egg-info/
H A DPKG-INFO511 def max_body(limit):
561 @falcon.before(max_body(64 * 1024))
/dports/www/p5-libapreq2/libapreq2-2.16/
H A DCHANGES424 - Rename max_brigade to "brigade_limit", max_body to "read_limit".
676 new apreq_env hooks max_body, max_brigade_len, and temp_dir.
/dports/www/libapreq2/libapreq2-2.13/
H A DCHANGES390 - Rename max_brigade to "brigade_limit", max_body to "read_limit".
642 new apreq_env hooks max_body, max_brigade_len, and temp_dir.
/dports/www/erlang-hackney/hackney-1.8.6/
H A DNEWS.md116 - new add `max_body` setting
/dports/www/erlang-hackney/hackney-1.8.6/doc/
H A Dhackney.md311 * `max_body`: sets maximum allowed size of the body if
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DMeshUtils.F9013212 INTEGER :: i,j,k,l,n,cnt,cnt101,ind(8),max_baseline_bid,max_bid,l_n,max_body,bcid,& local
13638 max_body=0
13640 max_body = MAX(max_body,Mesh_in % Elements(i) % Bodyid)
13643 j=max_body
13644 CALL MPI_ALLREDUCE(j,max_body,1, &
13648 WRITE( Message,'(A,I0)') 'Number of new BCs for layers: ',max_body
13708 bcid = max_bid + Mesh_out % Elements(cnt) % BodyId + max_body