Skip to content

Commit b4a0b97

Browse files
Improves detection for quic-go (#7904)
1 parent ce4032d commit b4a0b97

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Tests/Parser/Client/fixtures/library.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,3 +689,9 @@
689689
type: library
690690
name: IPinfo
691691
version: 3.0.0
692+
-
693+
user_agent: quic-go HTTP/3
694+
client:
695+
type: library
696+
name: quic-go
697+
version: ""

regexes/client/libraries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
url: 'https://github.com/imroc/req'
6060

6161
# quic-go
62-
- regex: 'quic-go-HTTP/3'
62+
- regex: 'quic-go[ -]HTTP/3'
6363
name: 'quic-go'
6464
version: ''
6565
url: 'https://github.com/lucas-clemente/quic-go'

0 commit comments

Comments
 (0)