Jakeler opened a new pull request, #449:
URL: https://github.com/apache/incubator-tuweni/pull/449

   <!-- Thanks for sending a pull request! Please check out our contribution 
guidelines: -->
   <!-- https://github.com/apache/incubator-tuweni/blob/main/CONTRIBUTING.md -->
   
   ## PR description
   While the jsonrpc proxy sends the correct headers on the client side (to the 
node) the server is missing the content-type completely. Most frameworks assume 
`application/octet-stream` then and this introduces issues with downstream 
apps. This PR adds the specification `application/json` .
   
   At INFO level it logged the whole response data 2 times, one via `println` 
which is impossible to disable by config.  Depending on the calls used this can 
cause tens of MBs per minute of logs. Removes the println and reduces the very 
verbose logging to debug level.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tuweni.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tuweni.apache.org
For additional commands, e-mail: dev-h...@tuweni.apache.org

Reply via email to