Skip to content

Commit

Permalink
Update not-yet-2024-04-17.md
Browse files Browse the repository at this point in the history
  • Loading branch information
delgreco authored Apr 18, 2024
1 parent c20fa16 commit 3271d9c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion _posts/not-yet-2024-04-17.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,18 @@ After careful research (okay fine, after a conversation with chatGPT and various
sudo tcpdump -i [network interface] -n -t -vv -X -A src [IP address]
```

... that I was wrong (gasp!): the client call *was* making it to my server, but something *else* had to be hanging things up.
... that I was wrong (gasp!): the client call *was* making it to my server. Something *else* had to be hanging things up.

... more exposition ...

```
<IfModule mod_headers.c>
RequestHeader unset Expect early
</IfModule>
```

... conclusions ...




Expand Down

0 comments on commit 3271d9c

Please sign in to comment.