mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-27 06:51:04 +08:00
Copyright year changed to 2011. Fixed documentation string for mg_get_cookie()
This commit is contained in:
parent
5edfe797f1
commit
4e551d9a1d
2
main.c
2
main.c
@ -1,4 +1,4 @@
|
||||
// Copyright (c) 2004-2009 Sergey Lyubka
|
||||
// Copyright (c) 2004-2011 Sergey Lyubka
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
// of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright (c) 2004-2010 Sergey Lyubka
|
||||
// Copyright (c) 2004-2011 Sergey Lyubka
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
// of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright (c) 2004-2010 Sergey Lyubka
|
||||
// Copyright (c) 2004-2011 Sergey Lyubka
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
// of this software and associated documentation files (the "Software"), to deal
|
||||
@ -206,7 +206,7 @@ int mg_get_var(const char *data, size_t data_len,
|
||||
//
|
||||
// Return:
|
||||
// On success, value length.
|
||||
// On error, -1 (either "Cookie:" header is not present at all, or the
|
||||
// On error, 0 (either "Cookie:" header is not present at all, or the
|
||||
// requested parameter is not found, or destination buffer is too small
|
||||
// to hold the value).
|
||||
int mg_get_cookie(const struct mg_connection *,
|
||||
|
Loading…
x
Reference in New Issue
Block a user