Skip to content

v2.3.10

Choose a tag to compare

@dgilling dgilling released this 05 May 02:49

Fix:

  • Request may log [object Object] for request body instead of the actual object if using express.json(), and body is not a string or buffer.
  • Response body may be duplicated in corner case where write() is called after end()