mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-23 07:37:55 +00:00
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