Skip to content

Commit

Permalink
Revert intentional bug I didn't intend to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
danopia committed Aug 5, 2023
1 parent e1885e0 commit ba44486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spdy-transport/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export class Connection extends EventEmitter {
const tees = {inbound: directions.inbound.tee(), outbound: directions.outbound.tee()};
directions = {inbound: tees.inbound[0], outbound: tees.outbound[0]};
// TODO: 6121 for SPDY or whatever port wireshark checks for HTTP2, or just frame properly
const text2pcap = new Deno.Command('test2pcap', {
const text2pcap = new Deno.Command('text2pcap', {
args: ['-D', '-T', '6121,10000', '-t', 'ISO', '-', pcapOutPath],
stdin: 'piped',
stdout: 'inherit',
Expand Down

0 comments on commit ba44486

Please sign in to comment.