CocoaSPDY
CocoaSPDY copied to clipboard
Remove custom setTLSTrustEvaluator
Remove the + (void)setTLSTrustEvaluator:(id<SPDYTLSTrustEvaluator>)evaluator; stuff and just use the NSURL provided mechanism for auth challenges. It's more complicated but unifies the interface better.
+1
Just an update -- still think this is important, will help avoid auth bugs and oversights.
We hit a bug from this not going through NSURL mechanism... bump!