Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
khueue committed Sep 23, 2012
1 parent 3ecdef2 commit f11ad52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@ localhost, then go:
* MongoDB (tested on Mac OS X using MongoDB 2.2.0)
* BSON parser found at <https://github.com/khueue/prolog-bson>

## Issues

* RequestId and ResponseId are completely ignored (set to 0) in
mongo message headers.

## Coding Guidelines

* Use empty imports (use_module(mymodule, [])) in order to not
Expand Down
2 changes: 1 addition & 1 deletion src/mongo_socket.pl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

%% new_socket(+Host, +Port, -Socket) is det.
%
% True if Socket is a new socket connected to Host:Port.
% True if Socket is a new TCP socket connected to Host:Port.
%
% @throws mongo_error(Description, [SocketException])

Expand Down

0 comments on commit f11ad52

Please sign in to comment.