libmtev icon indicating copy to clipboard operation
libmtev copied to clipboard

DRAFT: Make POST/PUT payload visible in requests.json

Open vasuraman11 opened this issue 3 years ago • 1 comments
trafficstars

The libmtev HTTP observer module and libmtev have been changed to expose the incoming HTTP payload if it is text, so that we can see the incoming payload using requests.json.

vasuraman11 avatar Jun 01 '22 05:06 vasuraman11

Am I reading this right that we're going to pay a large allocation and memcpy on every request now? This seems like a bad default performance sacrifice.

Perhaps http end points should opt into this.

postwait avatar Jun 01 '22 05:06 postwait