We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095cef2 commit cfc8ec1Copy full SHA for cfc8ec1
src/node_buffer.cc
@@ -619,7 +619,7 @@ void Fill(const FunctionCallbackInfo<Value>& args) {
619
nullptr);
620
}
621
622
- start_fill:
+start_fill:
623
624
if (str_length >= fill_length)
625
return;
src/quic/node_quic_session.cc
@@ -1449,7 +1449,7 @@ bool QuicApplication::SendPendingData() {
1449
1450
return true;
1451
1452
- congestion_limited:
+congestion_limited:
1453
// We are either congestion limited or done.
1454
if (pos - packet->data()) {
1455
// Some data was serialized into the packet. We need to send it.
0 commit comments