adafruit / Adafruit_CircuitPython_PortalBase

Base Library for the Portal-style libraries.
MIT License
18 stars 17 forks source link

Remove legacy requests.set_socket #100

Closed justmobilize closed 7 months ago

justmobilize commented 7 months ago

Remove legacy requests.set_socket and replace with new pool and ssl_context helpers from ConnectionManager

This needs to be merged and released and in the bundle before we can merge https://github.com/adafruit/Adafruit_CircuitPython_Requests/pull/151