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 bfb4597 commit a5377ceCopy full SHA for a5377ce
lib/PuppeteerSharp/Response.cs
@@ -36,7 +36,7 @@ internal Response(
36
var headers = extraInfo != null ? extraInfo.Headers : responseMessage.Headers;
37
if (headers != null)
38
{
39
- foreach (var keyValue in responseMessage.Headers)
+ foreach (var keyValue in headers)
40
41
Headers[keyValue.Key] = keyValue.Value;
42
}
0 commit comments