Skip to content

Commit

Permalink
Improves detection for quic-go (matomo-org#7904)
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu authored Nov 7, 2024
1 parent ce4032d commit b4a0b97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Tests/Parser/Client/fixtures/library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -689,3 +689,9 @@
type: library
name: IPinfo
version: 3.0.0
-
user_agent: quic-go HTTP/3
client:
type: library
name: quic-go
version: ""
2 changes: 1 addition & 1 deletion regexes/client/libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
url: 'https://github.com/imroc/req'

# quic-go
- regex: 'quic-go-HTTP/3'
- regex: 'quic-go[ -]HTTP/3'
name: 'quic-go'
version: ''
url: 'https://github.com/lucas-clemente/quic-go'
Expand Down

0 comments on commit b4a0b97

Please sign in to comment.