nvollmar commented on code in PR #108:
URL:
https://github.com/apache/incubator-pekko-http/pull/108#discussion_r1126270182
##########
http-core/src/test/scala/org/apache/pekko/http/impl/engine/client/TlsEndpointVerificationSpec.scala:
##########
@@ -146,7 +146,8 @@ class TlsEndpointVerificationSpec extends
PekkoSpecWithMaterializer("""
val handler: HttpRequest => HttpResponse = { req =>
// verify Tls-Session-Info header information
val name =
req.attribute(AttributeKeys.sslSession).flatMap(_.localPrincipal).map(_.getName)
- if (name.exists(_ == "CN=akka.example.org,O=Internet Widgits Pty
Ltd,ST=Some-State,C=AU")) HttpResponse()
+ println(name)
Review Comment:
remove println
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]