okleine / nCoAP

Java implementation of the CoAP protocol using netty
BSD 3-Clause "New" or "Revised" License
179 stars 57 forks source link

Option decoding fix #35

Closed earthling closed 7 years ago

earthling commented 7 years ago

Decoding option length should not depend on option number delta. This bug prevented the decoder from properly decoding the Proxy-URI option.

okleine commented 7 years ago

Thank you!