adam.sligar@getquip.com (Adam Sligar)
- Login: adam.sligar@getquip.com
- Registered on: 08/06/2026
- Last sign in: 08/06/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
08/06/2026
-
07:51 PM Ruby Feature #22233: Warn when Net::HTTP#set_debug_output enables debug output
- Linking the PR I prepared. https://github.com/ruby/net-http/pull/320
-
07:27 PM Ruby Feature #22233 (Open): Warn when Net::HTTP#set_debug_output enables debug output
- # Abstract
`Net::HTTP#set_debug_output` logs every request and response in plain text,
including `Authorization` and `Cookie` headers and message bodies. Its
documentation says never to use it in production, and nothing enforces tha...