Commit e48753c
committed
fix: replace urllib with requests.Session in batch_validate.py
- Eliminates SSL latency by using `requests.Session` which reuses TCP
connections and SSL handshake across all trace validation calls
- Removes manual `ssl`, `urllib.request`, `urllib.error` handling
- Also removes md file generation and summary functions — batch_validate
now only validates traces and writes raw JSON output
- Add `logs/` to `.gitignore` to suppress runtime output folder1 parent 8cd6273 commit e48753c
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
0 commit comments