Fix problem with fetch response header iteration prematurely disposing of the header...
commit8f864e4d92a0e8d0ff86126fd7772fadd13e9ca3
authorKenneth Pouncey <kjpou@pt.lu>
Wed, 12 Jun 2019 08:20:07 +0000 (12 10:20 +0200)
committerLarry Ewing <lewing@microsoft.com>
Tue, 18 Jun 2019 02:56:47 +0000 (17 21:56 -0500)
tree7982b37900ef24e5cc97482c8fbafc2546a5f4b5
parenta97408ac1e9b1e0dedbd67424ca0b0a6fc7b73b6
Fix problem with fetch response header iteration prematurely disposing of the header object.

- Use the iterator of the headers object do iteration over the fetch response headers.
sdks/wasm/framework/src/WebAssembly.Net.Http/WasmHttpMessageHandler.cs