commit | 38104c8234d28249912eeda5d8b45534ba4faa74 | [log] [tgz] |
---|---|---|
author | David Reiss <dreiss@apache.org> | Wed Sep 01 16:54:05 2010 +0000 |
committer | David Reiss <dreiss@apache.org> | Wed Sep 01 16:54:05 2010 +0000 |
tree | 2673c88b1b6496ca7415dbeca97b3d05253411fa | |
parent | 9f3296bca00927ec5bac7ccdecdf2fbd68be9744 [diff] |
THRIFT-886. erlang: Fix dialyzer warning in thrift_http_transport This spec should have been updated in r990996 git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@991603 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/erl/src/thrift_http_transport.erl b/lib/erl/src/thrift_http_transport.erl index 09113cc..7d0226f 100644 --- a/lib/erl/src/thrift_http_transport.erl +++ b/lib/erl/src/thrift_http_transport.erl
@@ -34,7 +34,7 @@ http_options, % see http(3) extra_headers % [{str(), str()}, ...] }). --type state() :: pid(). +-type state() :: #http_transport{}. -include("thrift_transport_behaviour.hrl"). new(Host, Path) ->