apple / swift-http-types

Version-independent HTTP currency types for Swift
Apache License 2.0
894 stars 47 forks source link

Fix equality check logic in HTTPResponse's `==` func #30

Closed Jager-yoo closed 1 year ago

Jager-yoo commented 1 year ago

Hi there, I noticed that in the == function for HTTPResponse, lhs.headerFields was being compared with itself instead of rhs.headerFields. Hope this works!

guoye-zhang commented 1 year ago

Thanks!

guoye-zhang commented 1 year ago

@swift-ci test