View | Details | Raw Unified | Return to bug 42019
Collapse All | Expand All

(-)HTTPSampleResult.java.original (+2 lines)
Lines 55-60 Link Here
55
		cookies=res.cookies;
55
		cookies=res.cookies;
56
        queryString=res.queryString;
56
        queryString=res.queryString;
57
        redirectLocation=res.redirectLocation;
57
        redirectLocation=res.redirectLocation;
58
      setContentType(res.getContentType());
59
      setDataEncoding(res.getDataEncoding());
58
	}
60
	}
59
61
60
	private String method;
62
	private String method;

Return to bug 42019