fix onicecandidateerror description

STUN servers don't do allocate requests, just binding requests.
Fix the description of onicecandidateerror accordingly.

BUG=None

Change-Id: I5698f23b50de46eb76175d1af5e88b605cd152f0
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250142
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com>
Cr-Commit-Position: refs/heads/main@{#35876}
This commit is contained in:
Philipp Hancke 2022-02-01 17:29:36 +01:00 committed by WebRTC LUCI CQ
parent e4804bdfc1
commit a34eb03874

View File

@ -99,7 +99,7 @@ class StunBindingRequest : public StunRequest {
<< port_->Network()->name() << ")";
port_->OnStunBindingOrResolveRequestFailed(
server_addr_, SERVER_NOT_REACHABLE_ERROR,
"STUN allocate request timed out.");
"STUN binding request timed out.");
}
private: