Skip to content
This repository was archived by the owner on Oct 18, 2018. It is now read-only.

Commit 0f9e4eb

Browse files
committed
React to HttpAbstractions change: WebSocketAcceptContext in new namespace
- see issue aspnet/HttpAbstractions#590 and pull aspnet/HttpAbstractions#589
1 parent 8e01db2 commit 0f9e4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.AspNetCore.WebSockets.Server/ExtendedWebSocketAcceptContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

44
using System;
5-
using Microsoft.AspNetCore.Http.Features;
5+
using Microsoft.AspNetCore.Http;
66

77
namespace Microsoft.AspNetCore.WebSockets.Server
88
{

0 commit comments

Comments
 (0)