diff --git a/src/node_buffer.cc b/src/node_buffer.cc index 28ded0e3010116..21c78173329a8b 100644 --- a/src/node_buffer.cc +++ b/src/node_buffer.cc @@ -619,7 +619,7 @@ void Fill(const FunctionCallbackInfo& args) { nullptr); } - start_fill: +start_fill: if (str_length >= fill_length) return; diff --git a/src/quic/node_quic_session.cc b/src/quic/node_quic_session.cc index 371e3585dfeeed..fce6b658a43dec 100644 --- a/src/quic/node_quic_session.cc +++ b/src/quic/node_quic_session.cc @@ -1449,7 +1449,7 @@ bool QuicApplication::SendPendingData() { } return true; - congestion_limited: +congestion_limited: // We are either congestion limited or done. if (pos - packet->data()) { // Some data was serialized into the packet. We need to send it.