Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ public boolean hasRequestMetadataOnly() {
@Override
public void getRequestMetadata(
final URI uri, Executor executor, final RequestMetadataCallback callback) {
// It doesn't use network. Only some CPU work on par with TLS handshake. So it's preferrable
// It doesn't use network. Only some CPU work on par with TLS handshake. So it's preferable
// to do it in the current thread, which is likely to be the network thread.
blockingGetToCallback(uri, callback);
}
Expand Down
Loading