Skip to content

Commit

Permalink
fix pgsql parsing (partial data) fix bug TSUN-20
Browse files Browse the repository at this point in the history
SVN Revision: 675
  • Loading branch information
nniclausse committed Jun 15, 2006
1 parent ad283a1 commit 4657335
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tsung/ts_pgsql.erl
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ process_head(<<Code:8/integer, Size:4/integer-unit:8, Tail/binary>>) ->
?LOGF("PGSQL: Pair=~p ~n",[Pair],?DEB),
{ok, Pair, Data };
false -> more
end.
end;
process_head(_) -> more.

%%----------------------------------------------------------------------
%% Function: encode_message/2
Expand Down

0 comments on commit 4657335

Please sign in to comment.