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 a4cc330 commit 7aa962bCopy full SHA for 7aa962b
src/Driver/Internal/AbstractHttpDriver.php
@@ -17,7 +17,7 @@
17
/** @internal */
18
abstract class AbstractHttpDriver implements HttpDriver
19
{
20
- protected const HOST_HEADER_REGEX = /** @lang RegExp */ '#^([A-Z\d._\-]+|\[[\d:]+])(?::([1-9]\d*))?$#i';
+ protected const HOST_HEADER_REGEX = /** @lang RegExp */ '#^([A-Z\d._\-]+|\[[\dA-F:]+])(?::([1-9]\d*))?$#i';
21
22
private static ?TimeoutQueue $timeoutQueue = null;
23
0 commit comments