~ps10gel/ubuntu/xenial/trafficserver/6.2.0

« back to all changes in this revision

Viewing changes to proxy/TransformInternal.h

  • Committer: Package Import Robot
  • Author(s): Aron Xu
  • Date: 2013-05-09 01:00:04 UTC
  • mto: (1.1.11) (5.3.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: package-import@ubuntu.com-20130509010004-9fqq9n0adseg3f8w
Tags: upstream-3.3.2
ImportĀ upstreamĀ versionĀ 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
class RangeTransform:public INKVConnInternal
116
116
{
117
117
public:
118
 
  RangeTransform(ProxyMutex * mutex, RangeRecord * ranges, bool, int, HTTPHdr *transform_resp, const char * content_type, int content_type_len, int64_t content_length);
 
118
  RangeTransform(ProxyMutex * mutex, RangeRecord * ranges, int num_fields, HTTPHdr *transform_resp, const char * content_type, int content_type_len, int64_t content_length);
119
119
  ~RangeTransform();
120
120
 
121
121
  // void parse_range_and_compare();
135
135
  // MIMEField *m_range_field;
136
136
  HTTPHdr *m_transform_resp;
137
137
  VIO *m_output_vio;
138
 
  bool m_unsatisfiable_range;
139
 
  // bool m_not_handle_range;
140
138
  int64_t m_range_content_length;
141
139
  int m_num_chars_for_cl;
142
140
  int m_num_range_fields;