Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Sample_HTTPClient Sample_HTTPClient LWM2M_NanoService_Ethernet LWM2M_NanoService_Ethernet ... more
Fork of HTTPClient by
More recent changes - added iCal processing.
Derivative of a derivative, however this one works when it comes to supplying Basic authorization to access a protected resource. Some additional changes to the debug interface to clean it up for consistency with many other components I have.
Diff: data/HTTPiCal.cpp
- Revision:
- 44:0e3b0849b2c7
- Parent:
- 43:12a6ae712bcd
- Child:
- 45:accd09953fae
--- a/data/HTTPiCal.cpp Thu Jul 20 10:56:03 2017 +0000
+++ b/data/HTTPiCal.cpp Sat Jul 29 14:05:52 2017 +0000
@@ -198,7 +198,7 @@
#define NumCallsPerArgList 2
char * HTTPiCal::FormatCTime(time_t t)
{
- static char temp[NumCallsPerArgList][80];
+ static char temp[NumCallsPerArgList][30];
static int i = 0;
i %= NumCallsPerArgList;
