Revert "Webpack HMR EventSource requests are now proxied (rather than redirected) to the local HMR server" because of 'ECANCELED'/'EPIPE broken pipe' issues. Awaiting feedback from Kestrel team.

This commit is contained in:
SteveSandersonMS
2016-09-13 12:51:23 +01:00
parent f071590fce
commit 80f740a9ed
3 changed files with 21 additions and 22 deletions

View File

@@ -30,7 +30,6 @@ namespace Microsoft.AspNetCore.SpaServices.Webpack
_pathPrefix = pathPrefix;
_options = options;
_httpClient = new HttpClient(new HttpClientHandler());
_httpClient.Timeout = _options.RequestTimeout;
}
public async Task Invoke(HttpContext context)