Pr0Ger / PyAPNs2

Python library for interacting with the Apple Push Notification service (APNs) via HTTP/2 protocol
MIT License
349 stars 179 forks source link

h2.exceptions.ProtocolError #94

Closed SearchDream closed 5 years ago

SearchDream commented 5 years ago

h2.exceptions.ProtocolError: Received duplicate pseudo-header field b':path' Anyone know why sometimes got this error?

Pr0Ger commented 5 years ago

Looks like duplicate of #92

SearchDream commented 5 years ago

Thanks for pointing out. its the same issue.