From 38104c8234d28249912eeda5d8b45534ba4faa74 Mon Sep 17 00:00:00 2001 From: David Reiss Date: Wed, 1 Sep 2010 16:54:05 +0000 Subject: [PATCH] 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 --- lib/erl/src/thrift_http_transport.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/erl/src/thrift_http_transport.erl b/lib/erl/src/thrift_http_transport.erl index 09113cc2..7d0226f3 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) -> -- 2.17.1