Expensify / Bedrock

Rock solid distributed database specializing in active/active automatic failover and WAN replication
https://bedrockdb.com
GNU Lesser General Public License v3.0
1.12k stars 85 forks source link

Correctly handle all 200 Spotnana responses #1907

Closed Gonals closed 1 week ago

Gonals commented 1 week ago

Details

Spotnana is not sending 200 OK, but HTTP/1.1 200 (sometimes). We need to handle that correctly.

Fixed Issues

Fixes https://github.com/Expensify/Expensify/issues/431982

Tests

Will be tested after deploy with real Spotnana flows


Internal Testing Reminder: when changing bedrock, please compile auth against your new changes

Gonals commented 1 week ago

COmments addressed!