Skip to content

Commit

Permalink
Remove ja3 call in test as the current rust sdk will panic from that …
Browse files Browse the repository at this point in the history
…call
  • Loading branch information
Jake Champion committed Mar 20, 2024
1 parent 6740bb8 commit 37466e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test-fixtures/src/bin/downstream-req.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ fn main() {
assert_eq!(client_req.get_tls_cipher_openssl_name(), None);
assert_eq!(client_req.get_tls_cipher_openssl_name_bytes(), None);
assert_eq!(client_req.get_tls_client_hello(), None);
assert_eq!(client_req.get_tls_ja3_md5(), None);
assert_eq!(client_req.get_tls_protocol(), None);
assert_eq!(client_req.get_tls_protocol_bytes(), None);
assert_eq!(client_req.get_tls_raw_client_certificate(), None);
Expand Down

0 comments on commit 37466e8

Please sign in to comment.