Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Commit

Permalink
Update UA
Browse files Browse the repository at this point in the history
  • Loading branch information
omarroth committed May 25, 2020
1 parent 392a57a commit 5261034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lsquic/client.cr
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ module QUIC

def run_engine
LibLsquic.engine_init_settings(out engine_settings, ENGINE_FLAGS)
engine_settings.es_ua = "Chrome/78.0.3904.97 Linux x86_64"
engine_settings.es_ua = "Chrome/83.0.4103.61 Linux x86_64"
engine_settings.es_ecn = 0

err_buf = Bytes.new(0x100)
Expand Down

0 comments on commit 5261034

Please sign in to comment.