Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Highlighted
2015-12-16
07:10 AM
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
It looks like 8.3.1 is sending HTTP response in chunks for some APIs, e.g. volume-get-iter. I tried SDK 5.4P1 (C/C++ lib) and I got the following error:
- Parsing error in results: Start tag expect, '<' not found
This error is probably caused by the chunk size header in the response before the XML data.
Is there any setting to turn off chunked response? or any workaround?
Thanks,
Leo
Solved! See The Solution
6 REPLIES 6
Re: Cluster Mode 8.3.1 sending HTTP chunked response and broke Manageability SDK (C/C++)
2015-12-16
07:15 AM
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
BTW, I think this post also mentioned the same problem "OnTAPI lun-get-iter fails with error 13001 on 8.3.1"
2016-01-08
07:59 AM
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
Posting the solution:
@LeoW tested with NMSDK 5.4P1. This issue is fixed there.
There is NO option to turn off chunked response for now.-
Re: Cluster Mode 8.3.1 sending HTTP chunked response and broke Manageability SDK (C/C++)
2016-02-18
08:13 AM
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi, we are also seeing an issue with the HTTP chunk header being sent in the API response on OnTap 8.3.1 , please can you advise how the HTTP Chunked response option is turned off in OnTap in order to remove the Chunk size header from the responses
Re: Cluster Mode 8.3.1 sending HTTP chunked response and broke Manageability SDK (C/C++)
2016-02-18
08:40 AM
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
Please see the answer above.
Re: Cluster Mode 8.3.1 sending HTTP chunked response and broke Manageability SDK (C/C++)
2016-02-19
01:02 AM
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Christian , thanks for your reply. The solution above states there is an option to turn off for now but does not detail how this is achieved, please can this process be explained.
Thanks
Re: Cluster Mode 8.3.1 sending HTTP chunked response and broke Manageability SDK (C/C++)
2016-02-19
03:51 AM
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
Pff you are correct. I forgot a negation in the text.
There is NO Option provided to turn this off.