Do not expect authentication when client forbid insecure auth

disco_info_form
Mickael Remond 7 years ago
parent 1154df3f97
commit 083b9c7755
No known key found for this signature in database
GPG Key ID: E6F6045D79965AA3

@ -81,11 +81,8 @@ func handlerConnectSuccess(t *testing.T, c net.Conn) {
// We expect client will abort on TLS
func handlerAbortTLS(t *testing.T, c net.Conn) {
decoder := xml.NewDecoder(c)
checkOpenStream(t, c, decoder)
sendStreamFeatures(t, c, decoder) // Send initial features
readAuth(t, decoder)
}
func checkOpenStream(t *testing.T, c net.Conn, decoder *xml.Decoder) {

Loading…
Cancel
Save