http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/public-inbox.git/tree/lib/PublicInbox/HTTP.pm
merge_trailers ( $self , $1 ); return app_dispatch ( $self , $input , $rbuf ); } return quit ( $self , 400 ) if length ($ $rbuf ) > 0x4000 ; } if ( $len == CHUNK_END ) { if ($ $rbuf =~ s/\A\r\n//s ) { $len = CHUNK_START ; } elsif ( length ($ $rbuf ) > 2 ) { return quit ( $self , 400 ); } } if ( $len == CHUNK_START ) { if ($ $rbuf =~ s/\A([a-f0-9]+).*?