Rev 1348 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1348 | Rev 1402 | ||
|---|---|---|---|
| Line 108... | Line 108... | ||
| 108 | header[headerParts[0]] = headerParts[1].trim(' '); |
108 | header[headerParts[0]] = headerParts[1].trim(' '); |
| 109 | } |
109 | } |
| 110 | 110 | ||
| 111 | this.myBuffer = ""; |
111 | this.myBuffer = ""; |
| 112 | 112 | ||
| - | 113 | if (this.myUserCallback != null) |
|
| - | 114 | { |
|
| 113 | this.myUserCallback(result, header, contentData); |
115 | this.myUserCallback(result, header, contentData); |
| - | 116 | this.myUserCallback = null; |
|
| - | 117 | } |
|
| 114 | } |
118 | } |