We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4eef0 commit 453ff30Copy full SHA for 453ff30
src/index.js
@@ -67,7 +67,7 @@ class Saturn {
67
log.httpStatusCode = res.status
68
log.cacheHit = headers.get('saturn-cache-status') === 'HIT'
69
log.nodeId = headers.get('saturn-node-id')
70
- log.transferId = headers.get('saturn-transfer-id')
+ log.requestId = headers.get('saturn-transfer-id')
71
log.httpProtocol = headers.get('quic-status')
72
73
if (!res.ok) {
0 commit comments