Tags: robaho/httpserver
Tags
Support 1xx codes (#31) * support 1xx codes * Create InputRead100Test.java * no contentlength header * update build for gradle 9.1.0 * test 100 Continue to Expect header * handle manual 1xx responses including make connection upgrade generic rather than websocket specific * update comments --------- Co-authored-by: robert engels <robaho@users.noreply.github.com>
fix issue #17 - duplicate header count more than 2 causes exception (#18 ) * Fix a bug if multiple headers have the same name * make slightly more efficient to avoid array allocation (most likely). change instanceof cases to use pattern matching for consistency --------- Co-authored-by: Pierre Viret <pierre.viret@postfinance.ch> Co-authored-by: robert engels <robaho@users.noreply.github.com>
PreviousNext