Skip to content

Commit

Permalink
Merge pull request #1599 from private-octopus/http-corrupt-restore
Browse files Browse the repository at this point in the history
Reset the compile flag for http-corrupt test
  • Loading branch information
huitema authored Dec 18, 2023
2 parents f885cbb + 0146dc9 commit ded9adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picohttp_t/picohttp_t.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static const picoquic_test_def_t test_table[] = {
{ "h09_multi_file_preemptive", h09_multi_file_preemptive_test },
{ "h3zero_settings", h3zero_settings_test },
{ "http_stress", http_stress_test },
#if 0
#if 1
{ "http_corrupt", http_corrupt_test},
{ "http_corrupt_rdpn", http_corrupt_rdpn_test},
#endif
Expand Down

0 comments on commit ded9adb

Please sign in to comment.