StevenLooman / async_upnp_client

Async UPnP Client for Python
Other
46 stars 37 forks source link

Avoid calling lower to delete _source header for combined_headers #216

Closed bdraco closed 10 months ago

bdraco commented 10 months ago

This is a tiny optimization. I only noticed it while testing, but since there are ~300 calls per minute, I figured I would clean it up

StevenLooman commented 10 months ago

Thanks! Do you want a release with this?

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (a42ee40) 72.42% compared to head (410728d) 72.44%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## development #216 +/- ## =============================================== + Coverage 72.42% 72.44% +0.02% =============================================== Files 19 19 Lines 4043 4046 +3 =============================================== + Hits 2928 2931 +3 Misses 1115 1115 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

bdraco commented 10 months ago

Thanks! Do you want a release with this?

No rush, this one is very minor. Can come in with the next update.