Eyepea / aiosip

SIP support for AsyncIO (DEPRECATED)
Apache License 2.0
82 stars 41 forks source link

[peers] lowercase transport in Contact address #62

Closed jlaine closed 6 years ago

jlaine commented 6 years ago

The transport specified in the Contact address should be lowercase according to RFC 3261.

codecov-io commented 6 years ago

Codecov Report

Merging #62 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #62   +/-   ##
=======================================
  Coverage   70.72%   70.72%           
=======================================
  Files          15       15           
  Lines        1455     1455           
  Branches      260      260           
=======================================
  Hits         1029     1029           
  Misses        315      315           
  Partials      111      111
Impacted Files Coverage Δ
aiosip/peers.py 68.24% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 83a6ee3...04abef7. Read the comment docs.