Skip to content

Commit 8a971bf

Browse files
committed
Fix SocketException import in ClientFactory
http-server doesn't even depend on http-client, just as a dev-dependency.
1 parent 28ebce0 commit 8a971bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Driver/ClientFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace Amp\Http\Server\Driver;
44

5-
use Amp\Http\Client\SocketException;
65
use Amp\Socket\Socket;
6+
use Amp\Socket\SocketException;
77

88
interface ClientFactory
99
{

0 commit comments

Comments
 (0)