Skip to content

Commit

Permalink
Remove
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba committed Mar 20, 2024
1 parent b864002 commit d0babab
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Sources/Compute/IncomingRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@ public struct IncomingRequest: Sendable {
}
}

extension IncomingRequest {

@available(*, deprecated, renamed: "TLSFingerprint", message: "Use TLSFingerprint with provided method")
public func clientFingerprint() -> String? {
return try? Fastly.Request.downstreamTLSJA3MD5().hex
}
}

extension IncomingRequest {
public enum TLSFingerprintMethod: Sendable {
case ja3
Expand Down

0 comments on commit d0babab

Please sign in to comment.