Skip to content

Tags: robaho/httpserver

Tags

1.0.29

Toggle 1.0.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

1.0.28

Toggle 1.0.28's commit message
change multipart form parser to use Logger

1.0.27

Toggle 1.0.27's commit message
fix issue #24 - performance regression

1.0.26

Toggle 1.0.26's commit message
change to publish to Central Publishing Portal

1.0.25

Toggle 1.0.25's commit message
Merge branch 'main' of https://github.com/robaho/httpserver

1.0.24

Toggle 1.0.24's commit message
Merge branch 'main' of https://github.com/robaho/httpserver

1.0.23

Toggle 1.0.23's commit message
some DRY with the test support client

1.0.22

Toggle 1.0.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

1.0.21

Toggle 1.0.21's commit message
fix issue #16 Unable to get client certificate because HttpsExchange.…

…getSSLSession() returns null

1.0.20

Toggle 1.0.20's commit message
fix issue #15 HttpsConfigurator.configure method not executed for htt…

…ps connections