Changeset 99057e4d73dbb905f06f5ccc4ea49708b8aaa0a8 for local
- Timestamp:
- 09/19/10 20:59:45 (20 months ago)
- Children:
- 11cf105fe323361072281747558cb61752f33fa8
- Parents:
- 81c6e32180ba6f1018c28ae75b7281fd38121812
- git-committer:
- Antti-Juhani Kaijanaho <antti-juhani@…> (09/19/10 20:59:45)
- Files:
-
- 1 modified
-
local/connection.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
local/connection.cc
r1a970cd r99057e4 99 99 util::streambuf_to_string(*sbp, n); 100 100 if (s.length() > n) s.resize(n); 101 ent .reset(new msg::entity(s));101 ent = msg::entity::mk(s, false); 102 102 } 103 103 catch (msg::format_violation &fv) … … 113 113 } 114 114 115 msg::entity::ptr m( new msg::entity(ms));115 msg::entity::ptr m(msg::entity::mk(ms, false)); 116 116 117 117 // identify action
