advanced-tls-client 3.0.5 → 4.0.0
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.
- package/dist/index.js +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -328,7 +328,6 @@ class UnifiedClientManager extends events_1.EventEmitter {
|
|
|
328
328
|
':path': normalizedPath,
|
|
329
329
|
...headers
|
|
330
330
|
};
|
|
331
|
-
console.log('Sending HTTP/2 Request Headers:', reqHeaders);
|
|
332
331
|
const stream = this.http2Client.request(reqHeaders);
|
|
333
332
|
const response = new events_1.EventEmitter();
|
|
334
333
|
response.timing = { socket: timingStart, lookup: 0, connect: 0, secureConnect: 0, response: 0, end: 0, total: 0 };
|