whistle 2.10.4 → 2.10.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -418,7 +418,7 @@ function emitDataEvents(req, res, proxy) {
418
418
  req.once('dest', function (_req) {
419
419
  _req.once('finish', function () {
420
420
  if (!requestTime) {
421
- setRequestTime(requestTime);
421
+ setRequestTime(Date.now());
422
422
  }
423
423
  });
424
424
  setReqStatus();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "whistle",
3
3
  "description": "HTTP, HTTP2, HTTPS, Websocket debugging proxy",
4
- "version": "2.10.4",
4
+ "version": "2.10.5",
5
5
  "dataDirname": ".whistle",
6
6
  "localUIHost": "local.whistlejs.com",
7
7
  "port": 8899,