Commit fbee6b87 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

fflush() the trace stream on each call

parent 3836a70f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2149,6 +2149,7 @@ void dump(const char *text,
    }
    fputc('\n', stream); /* newline */
  }
  fflush(stream);
}

static