You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a Conjure definition that sends a double value using PLAIN serialization (for example, specify an endpoint with a query parameter of type double) and send a double with the value of negative or positive infinity
What happened?
double
value using PLAIN serialization (for example, specify an endpoint with a query parameter of typedouble
) and send a double with the value of negative or positive infinity+Inf
or-Inf
What did you want to happen?
Per https://github.com/palantir/conjure/blob/master/docs/spec/wire.md#6-plain-format, the value should be sent as
+Infinity
/-Infinity
The text was updated successfully, but these errors were encountered: