erlang code does not compile due to a syntax error
--------------------------------------------------
Key: THRIFT-94
URL: https://issues.apache.org/jira/browse/THRIFT-94
Project: Thrift
Issue Type: Bug
Components: Compiler (Erlang)
Reporter: Ian Holsman
looks like an extra arrow made it's way in there (SVN trunk)
Index: erl/src/thrift_http_transport.erl
===================================================================
--- erl/src/thrift_http_transport.erl (revision 678652)
+++ erl/src/thrift_http_transport.erl (working copy)
@@ -146,7 +146,7 @@
read_buffer = Rbuf,
write_buffer = Wbuf,
http_options = HttpOptions}) ->
- case iolist_to_binary(Wbuf) of ->
+ case iolist_to_binary(Wbuf) of
<<>> ->
%% Don't bother flushing empty buffers.
{ok, State};
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.