xmidt-org / wrp-go

go implementation of the Web Routing Protocol
Apache License 2.0
4 stars 7 forks source link

Returning 200 from requests missing transaction ids #135

Open maurafortino opened 1 year ago

maurafortino commented 1 year ago

Currently requests that require a transaction id (SimpleRequestResponseMessageType, CreateMessageType, RetrieveMessageType, UpdateMessageType, DeleteMessageType) return a 200 in their responses when a transaction id is missing from the request. These messages should send back a 400 instead of transaction id is missing.