jetty.project/jetty-http-spi
Almas Abdrazak c2b9582c5f
FIxes #9150 - Use default HttpExchange#setStreams implementation
Right now the JettyHttpExchangeDelegate#setStremas implementation just sets given parameters to respective steams. However, the default JDK implementation of HttpExchange#setStreams calls #ExchangeImpl.setStreams which in turn
only changes the respective streams when given parameters aren't null.
To follow this convention the  JettyHttpExchangeDelegate#setStremas was
rewritten to follow the same convention
2023-06-11 19:10:11 +02:00
..
src FIxes #9150 - Use default HttpExchange#setStreams implementation 2023-06-11 19:10:11 +02:00
pom.xml Updating to version 10.0.16-SNAPSHOT 2023-04-11 13:23:25 -05:00