_soup_message_get_request_headers (src->msg);
_soup_message_headers_remove (request_headers, "Range");
-#ifndef TIZEN_FEATURE_SOUP_MODIFICATION
- if (offset || stop_offset != -1)
-#endif
- {
+ if (offset || stop_offset != -1) {
if (stop_offset != -1) {
g_assert (offset != stop_offset);
_soup_message_headers_append (request_headers, "icy-metadata", "1");
}
-#ifdef TIZEN_FEATURE_SOUP_MODIFICATION
- /* This changes are needed to enable Seekable Contents from server.
- We have observed that , for few specific networks ( VODAFONE ) , without theabove headers ,
- Youtube is sending non-seekable contents to the Client. */
- _soup_message_headers_append (request_headers, "Accept-Ranges","bytes");
-#endif
-
if (src->cookies) {
gchar **cookie;