Browse Source

Make GRPCApplicationProtocolIdentifier internal (#665)

George Barnett 6 years ago
parent
commit
16cfa39758
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/GRPC/TLSVerificationHandler.swift

+ 1 - 1
Sources/GRPC/TLSVerificationHandler.swift

@@ -20,7 +20,7 @@ import NIOTLS
 import Logging
 
 /// Application protocol identifiers for ALPN.
-public enum GRPCApplicationProtocolIdentifier: String, CaseIterable {
+internal enum GRPCApplicationProtocolIdentifier: String, CaseIterable {
   // This is not in the IANA ALPN protocol ID registry, but may be used by servers to indicate that
   // they serve only gRPC traffic. It is part of the gRPC core implementation.
   case gRPC = "grpc-ext"