# | Line 83 | Line 83 | void HostStatus::display(const string& m | |
---|---|---|
83 | hostupdate << itor->first << '=' << itor->second << '&'; | |
84 | } | |
85 | ||
86 | < | hostupdate << '\n'; |
86 | > | hostupdate << '\n' << flush; |
87 | } | |
88 | ||
89 | do |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |