Skip to content

Commit

Permalink
remove copy pasta
Browse files Browse the repository at this point in the history
  • Loading branch information
gquintard committed Jul 8, 2024
1 parent 84c9a6c commit 3731cc6
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,25 +55,6 @@ using the `-i/-I/-x/-X` arguments.
We'll use `typescript` notation to describe the object shape:
169: char *handling = "incomplete";
233: // don't overwrite handling if we're already erroring
235: if (!strcmp(handling, "fail") || !strcmp(handling, "abandon")) {
238: handling = "miss";
240: handling = "pass";
242: handling = "pipe";
244: handling = "synth";
246: handling = "fetched";
248: handling = "error";
250: handling = "synth";
257: if (!strcmp(handling, "fail") || !strcmp(handling, "abandon")) {
260: handling = "streaming-hit";
262: handling = "hit";
274: handling = "retry";
276: handling = "restart";
278: handling = "fail";
280: handling = "abandon";
``` typescript
{
req: { // describes the request as seen by the remote (either client, or backend)
Expand Down

0 comments on commit 3731cc6

Please sign in to comment.